home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.esc;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
- import javax.swing.JCheckBox;
-
- class PreferencesDialog$1 implements ActionListener {
- // $FF: synthetic field
- final PreferencesDialog this$0;
-
- public void actionPerformed(ActionEvent var1) {
- Object var2 = ((EventObject)var1).getSource();
- if (var2 instanceof JCheckBox) {
- this.this$0.tfMinutes.setEnabled(((JCheckBox)var2).isSelected());
- }
-
- }
-
- PreferencesDialog$1(PreferencesDialog var1) {
- this.this$0 = var1;
- }
- }
-